home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / util / flyPlugin / StdAfx.h < prev   
Encoding:
C/C++ Source or Header  |  1998-11-17  |  901 b   |  21 lines

  1. #if !defined(AFX_STDAFX_H__40D36E25_7D66_11D2_9263_000021799871__INCLUDED_)
  2. #define AFX_STDAFX_H__40D36E25_7D66_11D2_9263_000021799871__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //  or project specific include files that are used frequently, but
  6. //      are changed infrequently
  7. //
  8.  
  9. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  10.  
  11. #include <afxwin.h>         // MFC core and standard components
  12. #include <afxext.h>         // MFC extensions
  13. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  14. #include "assert.h"            // For ASSERT, VERIFY, and TRACE
  15. #include <customaw.h>        // Custom AppWizard interface
  16.  
  17. //{{AFX_INSERT_LOCATION}}
  18. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  19.  
  20. #endif // !defined(AFX_STDAFX_H__40D36E25_7D66_11D2_9263_000021799871__INCLUDED_)
  21.